-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix the search note functionality #2676
Conversation
I'm not familiar with this CompositionEvent so I'll also need review from @Rokt33r |
@richardtks I cannot confirm the problem yet. How did you reproduce the problem? |
@ZeroX-DG Can you reproduce the bug? |
@Rokt33r Hi, I able to reproduce by just simply typing the words that I want to search and it did not reflect on the list until I enter backspace. I am using Ubuntu LTS 16. |
@richardtks Thanks. I'll try again in Ubuntu. 👍 |
@richardtks Sorry for late response. I tried it on Ubuntu v18. It works fine. Which input system are you using? |
@Rokt33r, I am using ibus. What input system you are using? |
Hmm... that's weird. I'm using ibus too. Maybe should I check it with Chinese keyboard? |
@Rokt33r, weird, I am using ibus-chinese. maybe this only happens to ibus-chinese.... |
I'm really afraid that this change might interfere with other input system with other languages and other OSs.... Hmm... give me more time to check all of them.
|
resolved by #3037 already. |
Sorry @richardtks I'll have to close this PR. Thank you very much for the effort anyway ❤️ |
Description
Previously, the search will be executed only when the backspace key is entered. After the fix, the search start as soon as the user enter the character to the input.
Issue fixed
#2015
Type of changes
Checklist: